home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / wwii.dir / 00116_Script_116 < prev    next >
Text File  |  1994-11-29  |  382b  |  16 lines

  1. on exitFrame
  2.   global CAPSULEGlow
  3.   set the cursor of sprite 3 to 0
  4.   set the cursor of sprite 4 to 0
  5.   set the cursor of sprite 20 to 0
  6.   set the cursor of sprite 23 to 0
  7.   updateStage
  8.   if CAPSULEGlow = 0 then
  9.     go to frame "PASSWORD2" OF MOVIE "MODLE3B"
  10.   else
  11.     if CAPSULEGlow = 1 then
  12.       go to frame "PASSWORD1" OF MOVIE "MODLE3B"
  13.     end if
  14.   end if
  15. end
  16.